Skip to content

ci: revert ASAN runner to ubuntu-latest (r-hub gcc-asan has no arm64 image)#275

Merged
ms609 merged 1 commit into
mainfrom
asan-x86-revert
Jul 3, 2026
Merged

ci: revert ASAN runner to ubuntu-latest (r-hub gcc-asan has no arm64 image)#275
ms609 merged 1 commit into
mainfrom
asan-x86-revert

Conversation

@ms609

@ms609 ms609 commented Jul 3, 2026

Copy link
Copy Markdown
Owner

Problem

The gcc-ASAN workflow has failed on every run since 2026-06-19. The
2026-06-19 switch ubuntu-latestubuntu-24.04-arm (commit 01c99be)
broke it: the ghcr.io/r-hub/containers/gcc-asan:latest image has no
arm64 variant
, so the container dies at initialisation (~35s,
"container ... is not running") before any ASAN work runs.

Fix

Revert the runner to ubuntu-latest (x86) — the exact config that ran
green for 42 min on 2026-06-16 (commit decfe3e). One-line change.

Verification

Branch run 28646552710
completed green across all three legs (tests/examples/vignettes) in
17m — real ASAN execution restored.

🤖 Generated with Claude Code

…image)

The 2026-06-19 ubuntu-latest->ubuntu-24.04-arm switch (01c99be) broke
the workflow: the ghcr.io/r-hub/containers/gcc-asan image has no arm64
variant, so the container dies at init (~35s, 'container is not
running') before any ASAN work. Revert to the ubuntu-latest (x86)
config that ran green for 42 min on 2026-06-16 (decfe3e).
@ms609 ms609 merged commit 0b616dd into main Jul 3, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant